home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-07-25 | 1016 b | 34 lines |
- ;
- ; WINSOCK.INI
- ; Copyright (c) 1995, Catalyst Software
- ;
- ; This configuration file is for use with the loopback Windows
- ; Sockets library distributed with Catalyst NetTools. This file
- ; must be placed in the same directory as the socket library.
- ;
-
- ;
- ; This section defines the local host system. The Address item
- ; specifies the IP address of the system. This may be any valid
- ; address, with the exception of 0.0.0.0, 255.255.255.255 or
- ; the loopback address 127.0.0.1.
- ;
- ; The Name and Domain items define the local host and domain
- ; name. All three items are required for the correct operation
- ; of the library.
- ;
- [Host]
- Address=192.0.0.1
- Name=myhost
- Domain=mydomain.com
-
- ;
- ; This section specifies the full pathnames of the files used
- ; by the library. If a given file does not exist, the function
- ; calls that attempts to access it will fail with an error
- ;
- [Files]
- Hosts=c:\catalyst\winsock\hosts
- Protocols=c:\catalyst\winsock\protocol
- Services=c:\catalyst\winsock\services
-